HTMLCanvasElementLike

Properties

Link copied to clipboard
abstract val height: Int
Link copied to clipboard
abstract val width: Int

Functions

Link copied to clipboard
abstract fun getContext(contextId: String, vararg arguments: JsAny?): RenderingContextJs?
Link copied to clipboard
abstract fun toBlob(_callback: (Blob?) -> Unit, type: String = definedExternally, quality: JsAny? = definedExternally)
Link copied to clipboard
abstract fun toDataURL(type: String = definedExternally, quality: JsAny? = definedExternally): String